home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / c-lang / smc2cweb.rdm < prev    next >
Text File  |  1996-05-20  |  3KB  |  90 lines

  1. Short:  Port of C2CWEB V1.4, converts C/C++ code to cweb (.w)
  2. Author: Port by Reinhard Katzmann (suamor@student.uni-tuebingen.de)
  3. Type:   dev/c
  4.  
  5.         Original by Werner Lember (a7621gac@univie.ac.at)
  6. UPLOADER: Reinhard Katzmann (suamor@student.uni-tuebingen.de)
  7.  
  8.                        Amiga Port of c2cweb V1.4
  9.                        =========================
  10.  
  11. This program was written 1994 originally by Werner Lemberg. I have
  12. not made any changes to it in this port.
  13.  
  14. Purpose
  15. -------
  16. c2cweb will transform plain C or C++ code into a CWEB file to get a pretty
  17. formatted output. You will need the cweb package which can be found on
  18. Amnet as well (Aminet Set 2c or Aminet 9 CD) which contains the CTANGLE
  19. and the CWEAVE binaries. To include your C/C++ code into a LaTeX document
  20. simply use CWEAVE after having processed it with C2CWEB (which you can
  21. also use to make a .tex-file from c2cweb.w, i.e. a documentation for it).
  22. CTANGLE is only needed if you want to recreate c2cweb.c from c2cweb.w
  23.  
  24. Copying
  25. -------
  26.  
  27. This program is free software; you can redistribute it and/or modify it under
  28. the terms of the GNU General Public License version 2 as published by the
  29. Free Software Foundation.
  30.  
  31. This program is distributed in the hope that it will be useful, but
  32. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  33. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  34. for more details.
  35.  
  36. You should have received a copy of the GNU General Public License along with
  37. this program; if not, write to the Free Software Foundation, Inc.,
  38. 675 Mass Ave, Cambridge, MA 02139, USA.
  39.  
  40. Installation
  41. ------------
  42.  
  43. Simply copy C2CWEB to your favourite TeX binary directory. Then you have
  44. to copy compiler.w to your CWEBINPUTS path. If you want to process the
  45. example and/or you want to use german language you have to copy
  46. macros/c2cweb.ger into a directory of your TEXINPUTS path.
  47.  
  48. Author
  49. ------
  50.  
  51. Werner Lemberg (a7621gac@awiuni11.bitnet)
  52.  
  53. Please report any errors, comments or suggestions to this email-address.
  54.  
  55. N.B.: If you like this program, send me a postcard !
  56.  
  57.     Werner Lemberg
  58.     Goldschlagstr. 52/14
  59.  
  60.     A-1150 Vienna/Austria
  61.  
  62. Amiga-Port:
  63. -----------
  64.  
  65. E-MAIL (prefered):
  66. ------------------
  67.  
  68.   suamor@student.uni-tuebingen.de
  69.  
  70. SnailMail:
  71. ----------
  72.  
  73.   Reinhard Katzmann
  74.   Schellingstraße 41
  75.  
  76.   D - 72072 Tübingen
  77.  
  78. BBS'es
  79. ------
  80.  
  81. You can try to reach me through BBS'es near Tübingen. Some of the Sysops
  82. might know me or have contact to the Internet. I'm only User of one BBS:
  83.  
  84. Onkel Helmut's Hütte
  85.  
  86. Line 1: (0049) +7157/64546 (28800 Baud)
  87. Line 2: (0049) +7157/65428 (14400 Baud)
  88.  
  89. My usual Nickname on the internet or at this BBS is Suamor.
  90.